home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / calendar / calendar.usholiday < prev    next >
Text File  |  2007-12-12  |  2KB  |  46 lines

  1. /*
  2.  * USA holiday
  3.  *
  4.  * $FreeBSD: src/usr.bin/calendar/calendars/calendar.usholiday,v 1.8 2003/04/16 02:18:30 grog Exp $
  5.  */
  6.  
  7. #ifndef _calendar_usholiday_
  8. #define _calendar_usholiday_
  9.  
  10. LANG=utf-8
  11.  
  12. 01/01    New Year's Day
  13. 01/14    Julian Calendar New Year's Day
  14. 01/MonThird    Martin Luther King Day (3rd Monday of January)
  15. 02/02    Groundhog Day
  16. 02/14    St. Valentine's Day
  17. 02/MonThird    President's Day (3rd Monday of February)
  18. 03/05    Mother-in-Law Day, USA
  19. 03/SunSecond    Daylight Savings Time begins in USA; clocks move forward (Second Sunday of March)
  20. 03/17    St. Patrick's Day
  21. 03/20*    Vernal Equinox
  22. 04/01    April Fool's Day
  23. 04/15    Income Tax Day, USA.
  24. 04/28*    Arbor Day, USA (varies from state to state)
  25. 05/SunSecond    Mother's Day (2nd Sunday of May)
  26. 05/SatThird    Armed Forces in USA Day (3rd Saturday of May)
  27. 05/MonLast    Memorial Day in USA (Last Monday of May)
  28. 06/SunThird    Father's Day (3rd Sunday of June)
  29. 06/21*    Summer Solstice
  30. 07/04    US Independence Day
  31. 09/MonFirst    Labor Day in USA (1st Monday of September)
  32. 09/SunSecond    Grandparent's Day in USA (2nd Sunday of September; varies from state to state)
  33. 09/22*    Autumnal Equinox
  34. 10/MonSecond    Columbus Day in USA (2nd Monday of October)
  35. 10/31    All Hallows Eve  (Halloween)
  36. 11/SunFirst     Daylight Savings Time ends in USA; clocks move back (First Sunday in November)
  37. 11/05*    Election Day in USA (1st Tuesday after 1st Monday for even years)
  38. 11/11    Veterans' Day
  39. 11/ThuFourth    Thanksgiving Day (4th Thursday in November)
  40. 12/21*    Winter Solstice
  41. 12/24    Christmas Eve
  42. 12/25    Christmas
  43. 12/31    New Year's Eve
  44.  
  45. #endif /* !_calendar_usholiday_ */
  46.